.profile_img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.personal_info_boxs{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.personal_info_boxs a{
    display: flex;
    justify-content: center;
   background-color: var(--common-blue);
   color: var(--color-white);
   padding: 35px 30px;
   border-radius: 10px;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
   font-weight: 400;
}
.bg_white{
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}
.bg_white a b{
    color: var(--common-blue) !important;
}
.border_border{
    border: 2px solid var(--common-blue);
    border-radius: 10px;
}
.img_igmg_per{
    width: 229px;
}
.border_border input{
    background-color: #F5F7FB
}
.border_border textarea {
    background-color: #F5F7FB;
}
.border_border select{
    background-color: #F5F7FB
}
@media screen and (max-width: 992px){
    .img_igmg_per{
        display: none;
    }
}
@media screen and (max-width: 568px){
    .profile_img{
        width: 150px;
        height: 150px;
    }
    .personal_info_boxs a{
        padding: 25px 30px;
    }
}